home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / openoffice.org-hyphenation.postrm < prev    next >
Encoding:
Text File  |  2008-04-08  |  155 b   |  8 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by installdeb-myspell
  4. if [ "$1" = "remove" ]; then
  5.     update-openoffice-dicts
  6. fi
  7. # End automatically added section
  8.